mobileCanComposeTextMessage
Type
function
Summary
Returns true if the device can compose text messages, false otherwise.
Syntax
mobileCanComposeTextMessage()
Description
Use the mobileCanComposeTextMessage function to check whether the device can send text messages.
Examples
get mobileCanComposeTextMessage()
if mobileCanComposeTextMessage() is "true" then
answer "Text Messages can be sent"
end if
Related
command: mobileComposeTextMessage
Compatibility and Support
Introduced
LiveCode 5.5
OS
ios
android
Platforms
mobile